@charset "utf-8";
/*****************公共*********************/
/*通用*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
	border: 0;
}

li {
	list-style: none;
}

input, button {
	outline: none;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	font-size: 12px;
	background: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: -webkit-fill-available;
}

.wrapper {
	width: 1176px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 4px;
}

.wwrapper {
	width: 1014px;
	margin: 0 auto;
	position: relative;
}

.action-share {
	padding: 8px 0 8px 5px;
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 23px;
	height: 26px;
}

.action-share1 {
	color: #999;
	float: left;
	position: absolute;
	left: 30px;
	top: 20px;
}

.left {
	float: left
}

.right {
	float: right
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*通用*/
/*导航条*/
.nav {
	height: 46px;
	background: linear-gradient(#303030,#131313);
	background-color: #222222;
	width: 100%;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.nav ul {
	float: left;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	color: #ccc;
	font-size: 14px;
	padding: 0 18px;
	line-height: 46px;
}

.nav ul li a:hover {
	color: #fff;
	background: #000;
}

.nav ul li .current {
	color: #fff;
	background: #000;
	border-top: 3px solid #0099e5;
	height: 43px;
	line-height: 40px;
}

.nav .logo {
	width: 120px;
	height: 30px;
	display: block;
	padding: 8px 0;
	float: left;
	background: url(/style/logoo.png) no-repeat 0 8px;
	text-indent: -120px;
}

.nav .logo img {
	display: block;
}

.nav form {
	float: right;
	border: 0;
	margin: 10px 10px 0 0;
}

.nav form input {
	width: 121px;
	background: #222;
	line-height: 25px;
	height: 25px;
	padding-left: 12px;
	float: left;
	color: #828282;
	font-size: 14px;
	outline: none;
	border-bottom: 1px solid #828282;
}

.nav form button {
	background: url(yy-rnsoh.png);
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
}
/*导航板/
/*底部*/
.footer {
	background: #222;
	color: #747474;
}

.footer .wrapper > .clear {
	margin-top: 25px;
}

.footer h6 {
	font-size: 12px;
	color: #ACACAC;
	font-weight: normal;
	line-height: 25px;
}

.footer a {
	color: #747474;
}

.footer a:hover {
	color: #CCC;
}

.footer .about {
	line-height: 22px;
}

.footer .col1 li {
	width: 95px;
	float: left;
	line-height: 45px;
}

.footer .col1 {
	float: left;
	width: 305px;
	margin-top: 12px;
}

.footer .col2 {
	float: left;
	margin-right: 75px;
}

.footer .col2 li {
	line-height: 34px;
}

.footer .col2 .email {
	width: 155px;
	height: 16px;
	border: 1px solid #323232;
	border-radius: 2px;
	background-color: #1c1c1c;
	margin: 0 3px 0 0;
	padding: 5px;
	color: rgba(255,255,255,.38);
	float: left;
	outline: none;
}

::-webkit-input-placeholder {
	color: rgba(255,255,255,.2)
}

input:-moz-placeholder {
	color: rgba(255,255,255,.2)
}

.footer .col2 .email:focus {
	background-color: #111;
	border: 1px solid #484848;
}

.footer .col2 .submit {
	color: #AFE2DE;
	border: 1px solid rgba(255,255,255,.1);
	background-color: #00a398;
	box-shadow: none;
	height: 28px;
	border-radius: 2px;
	padding: 0 10px;
	cursor: pointer;
	float: left;
}

.footer .col3 {
	float: left;
	width: 460px;
}

.footer .copyright {
	border-top: 1px solid #2F2F2F;
	padding: 14px 0;
	margin: 14px 16px 0 0;
}

.copyright a {
	margin-left: 14px;
}

.cb-to-top {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	margin: 20px 50px 0 0;
}

.cb-to-top a {
	color: #fff;
}

.cb-to-top a i {
	height: 50px;
	line-height: 46px;
	width: 50px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-animation: ripple 1.6s linear infinite;
	animation: ripple 1.6s linear infinite;
	border: 2px solid #fff;
}

.cb-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(angle-up.png) no-repeat center;
}

@-webkit-keyframes pulse {
	0%,24%,65%,100% {
		transform: scale(.98) translate(3%,2%);
		opacity: .9
	}

	12%,40% {
		transform: scale(1) translate(0,0);
		opacity: 1
	}
}

@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255,255,255,0.07),0 0 0 10px rgba(255,255,255,0.07),0 0 0 20px rgba(255,255,255,0.07),0 0 0 40px rgba(255,255,255,0.07)
	}

	100% {
		box-shadow: 0 0 0 10px rgba(255,255,255,0.07),0 0 0 20px rgba(255,255,255,0.07),0 0 0 30px rgba(255,255,255,0.07),0 0 0 42px rgba(255,255,255,0)
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255,255,255,0.07),0 0 0 10px rgba(255,255,255,0.07),0 0 0 20px rgba(255,255,255,0.07),0 0 0 40px rgba(255,255,255,0.07)
	}

	100% {
		box-shadow: 0 0 0 10px rgba(255,255,255,0.07),0 0 0 20px rgba(255,255,255,0.07),0 0 0 30px rgba(255,255,255,0.07),0 0 0 42px rgba(255,255,255,0)
	}
}
/*底部*/
/*posts*/
.posts li {
	width: 280px;
	float: left;
	overflow: hidden;
	margin: 0 14px 30px 0;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.posts li:hover {
	box-shadow: rgba(0, 0, 0, 0.0666667) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0666667) 0px 4px 16px 0px;
}

a:hover img, a:focus img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.posts li a img {
	width: 280px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.posts li .img_preview {
	display: block;
	vertical-align: middle;
	height: 158px;
	position: relative;
	overflow: hidden;
}

.posts li span {
	font-size: 11px;
	color: #999999;
	margin: 0 10px;
	line-height: 30px;
}

.posts li .left {
	background: none;
	padding-left: 0px;
	font-size: 12px;
}

.posts li .right {
	background: url(icon-sprite.png) no-repeat -1px -35px;
	padding-left: 21px;
	font-size: 12px;
}

.p-title {
	display: block;
	height: auto;
	line-height: normal;
	border-bottom: none;
	color: #757575;
	padding: 9px 10px 1px 10px;
	border-top: 1px solid #f1f1f1;
	overflow: hidden;
}

.new {
	position: absolute;
	z-index: 1;
}
/*posts*/
/*****************公共*********************/
/****************首页*********************/
/**********banner*********/
.banner {
	width: 100%;
	height: 190px;
	background: url(/style/index-header.jpg) repeat center;
	overflow: hidden;
	background-position: 0px 50px;
	margin: 0;
}

.searchbg {
	background-color: rgba(255,255,255,0.18);
	border-radius: 2px;
	width: 580px;
	height: 60px;
	margin: 20px 0 0 280px;
}

.searchbg form {
	height: 44px;
	padding: 8px;
}

.searchbg input {
	width: 480px;
	height: 44px;
	line-height: 44px;
	border: none;
	font-size: 14px;
	color: #e4e4e4;
	background-color: rgba(255,255,255,0.35);
	padding-left: 20px;
	float: left;
	border-radius: 2px;
	outline: none;
}

.searchbg button {
	background: url(/style/search-ico.png) 22px 12px #0099e5 no-repeat;
	width: 62px;
	height: 44px;
	cursor: pointer;
	float: left;
	position: relative;
	border-radius: 2px;
}
/**********banner*********/
.sub-nav {
	margin: 30px 6px 15px 1px;
	height: 17px;
}

.sub-nav h2, .sub-nav h1 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #0099e5;
	padding: 0 12px 0 6px;
	line-height: 16px;
}

.sub-nav h2 a, .sub-nav h1 a {
	font-size: 16px;
	color: #666;
}

.sub-nav h2 a:hover, .sub-nav h1 a:hover {
	text-decoration: none;
}

.sub-nav li, .sub-nav h2, .sub-nav h1 {
	float: left;
}

.sub-nav li {
	float: left;
	line-height: 17px;
	margin: 0 10px;
}

.sub-nav a {
	font-size: 13px;
	color: #444;
}

.sub-nav a:hover {
	text-decoration: underline;
}

.sub-nav .more {
	float: right;
}

.subnav {
	border-bottom: 1px #E6E6E6 solid;
	padding-bottom: 8px;
	margin: 30px 20px 6px 0;
}

.colum1 {
	margin: 0 60px 8px 0;
	width: 542px;
	float: left;
}

.colum2 {
	margin: 0 60px 8px 0;
	width: 250px;
	float: left;
}

.colum3 {
	margin: 0 0 8px 0;
	width: 250px;
	float: left;
}

.colum1 .liebiao li, .colum2 .liebiao li {
	color: #626262;
	background: url(/style/icon-sprite.png) no-repeat -8px -183px;
	padding-left: 14px;
	float: left;
	width: 220px;
	line-height: 30px;
	height: 30px;
	margin-right: 30px;
}

.colum3 .liebiao li {
	color: #626262;
	background: url(/style/icon-sprite.png) no-repeat -8px -183px;
	padding-left: 14px;
	float: left;
	width: 220px;
	height: 30px;
	margin-right: 10px;
}

.colum1  .liebiao li a, .colum2  .liebiao li a {
	color: #626262;
	overflow: hidden;
	display: block;
	width: 186px;
	height: 30px;
	float: left;
}

.colum3 .liebiao li a {
	color: #626262;
	overflow: hidden;
	display: block;
	width: 186px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.colum1  .liebiao li a:hover, .colum2  .liebiao li a:hover {
	text-decoration: underline;
}

.colum1  .liebiao li span, .colum2  .liebiao li span {
	float: right;
	color: #ccc;
	font-style: italic;
	display: block;
	float: left;
}

.colum3 .liebiao li span {
	float: right;
	color: #ccc;
	font-style: italic;
	display: block;
	float: left;
}

.flink {
	margin-bottom: 8px;
}

.flink li {
	float: left;
	line-height: 24px;
	margin-right: 22px;
	color: #7C7C7C;
}

.flink li a {
	color: #7C7C7C;
}
/*****************首页*********************/
/*****************列表页*********************/
/*面包屑导航*/
.breadcrumbs {
	color: #7A7A7A;
	margin: 10px 10px 6px 10px;
	line-height: 16px;
	height: 16px;
}

.breadcrumbs a {
	color: #7A7A7A;
}

.breadcrumbs span {
	font-family: SimSun;
}
/*面包屑导航*/
/*列表页菜单*/
.b-menu {
	background: #FFF;
	border: 1px #eee solid;
	margin: 0 16px 0 0;
	padding: 14px 16px;
	height: 138px;
}

.menu {
	width: 840px;
	float: left;
	height: 130px;
}

.menu ul {
	float: left;
	width: 840px;
}

.menu ul li {
	float: left;
	line-height: 22px;
	height: 28px;
}

.memu .line2 {
	margin-left: 50px;
}

.menu a {
	color: #666;
	margin-right: 23px;
}

.smemu a {
	margin: 0 20px 0 4px;
}

.tubiao a {
	margin-right: 22px;
}

.beijing a {
	margin-right: 22px;
}

.menu a:hover {
	text-decoration: underline;
}

.menu span {
	color: #666;
	line-height: 19px;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: relative;
	margin-right: 18px;
	padding: 0px 6px;
	display: block;
}

.menu span:before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 4px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: inline-block;
	position: absolute;
	left: 61px;
	top: 5px;
}

.menu span:after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 4px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: inline-block;
	position: absolute;
	left: 60px;
	top: 5px;
}

.menu .line2 {
	margin-left: 80px;
}

.menu .color a {
	margin: 6px 0;
	display: block;
	text-indent: -9999px;
	width: 45px;
	line-height: 14px;
}

.menu .color li:nth-child(2) a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.menu .color li:nth-child(12) a {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.menu .color a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.menu i {
	position: relative;
	left: -16px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid #62b38d;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.total {
	margin: 20px 80px 0 0;
	float: right;
}

.btotal, .ttotal {
	margin: 0 100px 0 0;
	float: right;
}

.jtotal {
	margin: 5px 0 0 90px;
	float: left;
}

.btotal span, .ttotal span {
	color: #999;
	font-size: 30px;
	display: block;
}

.jtotal span {
	color: #999;
	font-size: 30px;
	display: block;
	float: right;
	margin: 5px 10px 0 0;
}

.total span {
	color: #999;
	font-size: 33px;
	display: block;
}

.btotal b, .ttotal b {
	color: #5faedd;
	font-size: 38px;
	display: block;
}

.jtotal b {
	color: #5faedd;
	font-size: 38px;
	display: block;
	float: right;
}

.total b {
	color: #5faedd;
	font-size: 44px;
	display: block;
}
/*列表页菜单*/
/*列表页标题*/
.title {
	margin: 9px 25px 9px 0;
	padding: 0 0 0 17px;
	height: 26px;
}

.jtitle {
	margin: 10px 25px 10px 0;
	padding: 0 0 0 17px;
	height: 24px;
}

.title h1, .jtitle h1 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	float: left;
	line-height: 26px;
}

.rec, .nnew {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	display: block;
	float: left;
	margin: 0 14px;
	color: #757575;
}

.rec {
	margin-left: 28px;
}

.nnew {
	margin-left: 14px;
	color: #999;
}
/*列表页标题*/
/*列表页分页码分页*/
.page-navi {
	display: inline-block;
	margin: 0 auto;
	line-height: 38px;
	color: #666;
}

.page-navi span, .page-navi .shou {
	margin: 0 0 0 -1px;
	position: relative;
	z-index: 1;
	padding: 11px 16px;
	border: solid 1px #e2e2e2;
}

.page-navi .shou {
	background: #fff;
	color: #666;
	font-size: 14px;
}

.page-navi span {
	border: solid 1px #0099e5;
	color: #fff;
	background: #0099e5;
	font-size: 14px;
}

.page-navi a {
	border: solid 1px #e2e2e2;
	box-shadow: none;
	margin: 0 0 0 -1px;
	position: relative;
	min-width: 18px;
	padding: 11px 16px;
	color: #666;
	text-align: center;
	background: #FFFFFF;
	font-size: 14px;
}

.page-navi a:hover {
	border: solid 1px #0099e5;
	color: #0099e5;
	background: #FFFFFF;
	z-index: 1;
}

.postnav {
	display: inline-block;
	margin: 0 auto;
}

.postnav span {
	margin: 0 0 0 -1px;
	position: relative;
	z-index: 1;
}

.postnav a {
	border: solid 1px #ededed;
	box-shadow: none;
	margin: 0 0 0 -1px;
	position: relative;
}

.postnav a:hover {
	border: solid 1px #0099e5;
	color: #0099e5;
	background: #FFFFFF;
	z-index: 1;
}

.postnav span {
	border: solid 1px #0099e5;
}

.zposts {
	border-top: 1px #eee solid;
	border-left: 1px #eee solid;
	width: 1161px;
}

.zposts li {
	width: 249px;
	float: left;
	overflow: hidden;
	margin: 0;
	background: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

.zposts li a img {
	display: block;
}

.zposts li .img_preview {
	display: block;
	position: relative;
	overflow: hidden;
}

.zposts li .p-title {
	height: 16px;
	line-height: 16px;
	border-bottom: none;
	display: block;
	color: #999;
	padding: 0 5px;
	margin: 0 6px 20px 6px;
	overflow: hidden;
	border-top: none;
}
/*列表页分页码分页*/
/*列表页底部推荐*/
.recommend {
	margin: 0 20px 12px 0;
	padding-bottom: 10px;
	border-bottom: 1px #E6E6E6 solid;
}

.recommend span {
	margin: 0 10px;
	color: #666;
	padding-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #ACACAC;
}
/*列表页底部推荐*/
/*****************列表页*********************/
/*****************内容页*********************/
/*面包屑导航*/
.n-breadcrumbs {
	color: #7A7A7A;
	margin: 10px 10px 6px 10px;
	line-height: 22px;
	position: absolute;
	top: -35px;
}

.n-breadcrumbs a {
	color: #7A7A7A;
}

.n-breadcrumbs span {
	font-family: SimSun;
}
/*面包屑导航*/
/*内容页样式*/
.content {
	width: 670px;
	float: left;
	position: relative;
	margin-top: 33px;
}

.article {
	border: 1px #eee solid;
	background: #FFF;
}

.article p {
	font-weight: normal;
}

.article h1 {
	font-size: 15px;
	color: #5a5c63;
	margin: 10px 0 20px 0;
}

.datu {
	margin-top: 25px;
}

.wbutton {
	text-align: center;
	padding: 14px 0 12px 0;
	margin-right: 14px;
}

.button {
	display: inline-block;
	margin: 0 0 0 80px;
	background: #269edc;
	background-image: linear-gradient(#39ade8,#269edc);
}

.button:hover {
	background: #269edc;
}

.button:active {
	background-image: linear-gradient(#198fcc,#269edc);
}

.down-button, .ddown-button, .down-button2 {
	float: left;
	display: block;
	width: 100px;
	height: 26px;
	font-size: 14px;
	line-height: 25px;
	padding: 3px 3px 3px 28px;
	color: #fff;
	text-shadow: 0px 1px 0px #0088cc;
	text-align: center;
	background: url(icon-sprite.png) no-repeat 22px -107px;
	border: 1px solid #0095e0;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.15) inset,0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.15) inset;
	margin-left: 0px;
}

.ddown-button {
	float: none;
	margin: 0 auto;
}

.down-button2 {
	background: url(icon-sprite.png) no-repeat 8px -292px #62b38d;
}

.ddown-button:hover {
	background: url(icon-sprite.png) no-repeat 8px -108px #69C097;
}

.ddown-button:active {
	border-bottom: none;
}

.down-button2:hover {
	background: url(icon-sprite.png) no-repeat 8px -292px #69C097;
}

.down-button2:active {
	border-bottom: none;
}

.des {
	line-height: 22px;
	color: #666;
	padding: 10px;
}

.des a {
	color: #5a5c63;
}
/*内容页样式*/
.share {
	border: 1px #eee solid;
	margin-bottom: 12px;
	background: #FFF;
	padding: 15px 25px;
}

.comment {
	border: 1px #eee solid;
	margin-bottom: 12px;
	background: #FFF;
	padding: 15px 25px;
}

.related {
	border: 1px #eee solid;
	margin-bottom: 8px;
	background: #FFF;
	padding: 9px;
}

.related li:hover img, .related li:focus img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.related li {
	float: left;
	margin: 10px 10px 14px 6px;
	width: 200px;
}

.related li span {
	color: #7A7A7A;
	display: block;
	padding: 6px 0 0 3px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.related img {
	display: block;
	border: 1px #e8e8e8 solid;
}

.related h5 {
	margin: 4px 15px 4px 5px;
	color: #5a5c63;
	border-left: 5px solid #0099e5;
	font-weight: normal;
}

.related h5 span {
	margin-left: 10px;
	color: #666666;
}

.relatedd {
	border: 1px #eee solid;
	margin-bottom: 12px;
	background: #FFF;
}

.relatedd h5 {
	margin: 10px 15px 15px 15px;
	padding: 8px 0;
	color: #5a5c63;
	border-bottom: 1px #eee solid;
	font-weight: normal;
	font-size: 13px;
}

.relatedd h5 span {
	border-bottom: 1px solid #ACACAC;
	padding-bottom: 8px;
	margin-left: 10px;
	color: #62b38d;
}

.relatedd li {
	float: left;
	width: 100px;
	margin-left: 15px;
}

.relatedd img {
	display: block;
	width: 100px;
	height: 75px;
	float: left;
	border: 1px #DCDCDC solid;
}

.relatedd li span {
	color: #7A7A7A;
	display: block;
	padding: 6px 0 0 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.relatedd .more {
	display: block;
	float: left;
	width: 100px;
	margin-left: 15px;
	height: 77px;
	background: #949494;
	font-size: 18px;
	color: #fff;
}

.relatedd .more:hover {
	background: #62b38d;
}

.relatedd .more1 {
	padding: 10px 14px;
}

.relatedd .more2 {
	font-size: 14px;
	padding-left: 14px;
	background: url(angle.png) no-repeat 70px 2px;
}

.info {
	width: 336px;
	float: right;
	margin: 34px 0 0 0;
}

.info .sh {
	width: 134px;
}

.infos {
	margin-bottom: 12px;
	top: 5px;
	width: 338px;
}

.infoss {
	padding: 18px 18px 10px 18px;
	background: #FFF;
	border: 1px #eee solid;
	border-bottom: none;
}

.infos h1 {
	border-bottom: 1px #C7C7C7 solid;
	font-size: 15px;
	padding: 0 0 8px 4px;
	color: #777;
	margin-bottom: 6px;
}

.infos li {
	line-height: 40px;
	border-bottom: 1px dotted #e5e5e5;
	width: 162px;
	color: #7A7A7A;
	float: left;
}

.infos li i {
	font-style: normal;
	padding: 0 4px;
	margin-right: 8px;
	color: #7A7A7A;
}

.infos li  a {
	color: #5a5c63;
}

.infos li a:hover {
	text-decoration: underline;
}

.totop {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 100px;
	background: url('/style/icon_top.png') no-repeat center #444;
	opacity: 0.6;
}

.ad1 {
	background: #fff;
	margin: 10px 0 15px 0;
	border: 1px #eee solid;
	width: 1068px;
	overflow: hidden;
}
/*****************内容顿********************/
/*****************单页*********************/
#play {
	width: 668px;
	height: 380px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#play .change_a {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
	cursor: url(/style/prev.cur), auto;
}

#play .next_a {
	right: 0;
	cursor: url(/style/next.cur), auto;
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .img_ul {
	position: relative;
	z-index: 1;
}

.img_hd {
	width: 668px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	overflow: hidden;
	height: 73px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 120px;
	height: 67px;
	border: 3px solid #eee;
	cursor: pointer;
	overflow: hidden;
	*display: inline;
	text-align: center;
}

.img_hd ul li img {
	height: 67px;
	width: 120px;
	display: block;
}

.img_hd ul li.on {
	border-color: rgb(116, 116, 116);
}

.img_hd .bottom_a {
	width: 22px;
	height: 22px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 10
}

.img_ul > li:first-child {
	display: block
}
/*****************单页*********************/
/*
.ad2{
  background: #fff;
  text-align: center;
  width: 1064px;
  height: 90px;
  border: 1px #eee solid;
}
*/
.ad2 {
	background: #fff;
	text-align: center;
}

.loading {
	width: 668px;
	height: 380px;
	position: absolute;
	left: 1px;
	top: 34px;
	z-index: 2;
	background: #fff url(loading.gif) no-repeat center;
	border: 1px #eee solid;
}

#play {
	position: relative;
}

.banner img {
	display: block;
}
/*****************ad*********************/
.lad {
	width: 100%;
	height: 282px;
	margin: 26px 0 23px 0;
}

.lads {
	float: left;
	width: 336px;
	height: 280px;
	margin: 0 23px 0 0;
	background: #fff;
}

.aad1 {
	border: 1px #eee solid;
	margin-bottom: 8px;
	background: #FFF;
	padding: 4px;
	height: 290px;
}

.aad2 {
	border: 1px #eee solid;
	overflow: hidden;
}

.aad3 {
	background: #fff;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	padding: 15px 0 12px 12px;
}

.aad4 {
	border: 1px #eee solid;
	margin: 8px 0;
}

.aad4 img {
	display: block;
}
/*底部登录提示面板*/
.login_panel {
	width: 100%;
	height: 96px;
	background: rgba(0, 0, 0, 0.69);
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.login_panel .panel_center {
	margin: 0 auto;
	width: 1080px;
}

.login_panel .panel_center img {
	position: relative;
	top: -18px;
	display: block;
}

.login_panel .panel_center p {
	float: left;
	line-height: 45px;
}

.login_panel .panel_center .tips {
	width: 1040px;
}

.login_panel .panel_center .close {
	background: url(closebutton.png) no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}
/*底部登录提示面板*/
.feature {
	margin: 0 0 30px 0;
}

.feature li {
	float: left;
	margin: 0 16px 0 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#E3E3E3,direction=120,strength=3);
}

.feature li img {
	display: block;
}